home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / appsrcs.zip / APPBAR.ZIP / APPBAR.STS < prev    next >
INI File  |  1993-06-10  |  4KB  |  93 lines

  1. [shared-]
  2.     version=2
  3.     pmark="D:\WINDEV\APPBAR\APPBAR.c" 114 1
  4.     project="D:\WINDEV\APPBAR\APPBAR.MAK"
  5. [edit-]
  6.     srch=SaveButton
  7.     fSrchRe=0
  8.     rpl="appbar.ini"
  9.     src=IniFile
  10.     fRplRe=21248
  11.     file="D:\WINDEV\APPBAR\APPBAR.c" 100 1 114 1
  12.     file="D:\sdk\include\shellapi.h" 1 1 12 41
  13.     file="D:\WINDEV\APPBAR\APPDROP.C" 48 1 55 49
  14.     file="D:\WINDEV\APPPLAY\APPPLAY.C" 38 1 38 1
  15.     file="D:\WINDEV\APPDLL\APPlib.c" 31 1 34 45
  16.     file="D:\WINDEV\APPBAR\APPTOOLS.C" 179 1 199 1
  17.     file="D:\WINDEV\APPSETUP\APPSETUP.H" 148 1 158 27
  18.     file="D:\WINDEV\APPDLL\APPLIB.H" 45 1 59 27
  19. [pwb]
  20.     screen=25 80
  21.     winstyle=7
  22.     wnd=C 2 1 24 80
  23. [build]
  24.     build: macro DEBUG "0"
  25.     build: macro PWBRMAKE "pwbrmake"
  26.     build: macro NMAKEBSC1 "set"
  27.     build: macro NMAKEBSC2 "nmake"
  28.     build: macro BRFLAGS "/o $(PROJ).bsc"
  29.     build: macro BROWSE "0"
  30.     build: macro LINKER "link"
  31.     build: macro ILINK "ilink"
  32.     build: macro LRF "echo > NUL"
  33.     build: macro BIND "bind"
  34.     build: macro RC "rc"
  35.     build: macro IMPLIB "implib"
  36.     build: macro LFLAGS_G "  /BATCH"
  37.     build: macro LFLAGS_D "/CO /INC /NOF"
  38.     build: macro LFLAGS_R "/NOF /NOP\t/BATCH"
  39.     build: macro MAPFILE_D "NUL"
  40.     build: macro MAPFILE_R "NUL"
  41.     build: macro CC "cl"
  42.     build: macro CFLAGS_G "/AM /W4 /G2 /Gw /Zp /BATCH"
  43.     build: macro CFLAGS_D "/Zi /Gi$(PROJ).mdt /Od /Gs /FPa"
  44.     build: macro CFLAGS_R "/Ot /Og /Oe /FPc /Gs"
  45.     build: macro LLIBS_R "/NOD:MLIBCE MLIBCEW"
  46.     build: macro LLIBS_D "/NOD:MLIBCA MLIBCAW"
  47.     build: macro LLIBS_G "LIBW.LIB isdos shell mmsystem commdlg ctl3d"
  48.     build: macro ASM "masm"
  49.     build: macro AFLAGS_G "/Mx /T"
  50.     build: macro AFLAGS_D "/Zi"
  51.     build: all $(PROJ).exe
  52.     build: target $(PROJ).bsc
  53.     build: target $(PROJ).exe lrf_exe ilink_exe rc_exe
  54.     build: inference .rc.res rc_rc_res
  55.     build: inference .c.obj cc_c_obj
  56.     build: release command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_R)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_R: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_R);\n<<"
  57.     build: debug command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_D)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_D: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_D);\n<<"
  58.     build: release command ilink_exe "$(LINKER) @$(PROJ).lrf"
  59.     build: debug command ilink_exe "$(ILINK) -a -e \"$(LINKER) @$(PROJ).lrf\" $@"
  60.     build: command rc_exe "$(RC) $(RESS) $@"
  61.     build: command rc_rc_res "$(RC) /r $<"
  62.     build: release command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_R) /Fo$@ $<"
  63.     build: debug command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_D) /Fo$@ $<"
  64.     build: command run "WIN $(PROJ).exe $(RUNFLAGS)"
  65.     build: command debug "WIN CVW $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
  66.     build: include system
  67.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  68.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  69.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  70.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  71.     build: include .asm "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  72.     build: include .inc "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  73.     build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
  74.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\""
  75.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" system
  76.     build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
  77.     build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
  78.     build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
  79.     build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
  80.     build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
  81.     build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
  82.     build: message "^LINK [^L]+L[124]"
  83.     build: message "^ILINK : [^L]+L[124]"
  84.     build: message "^\\(\\:p\\)(\\(\\:z\\))[ ]*: [^U]+U[124]" file line
  85.     build: message "^NMAKE : [^U]+U[124]"
  86.     build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
  87.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[124]" file line
  88.     build: message "^[^C]+C[124][0-9]+: "
  89.     build: message "^[^D]+D[124][0-9]+ : "
  90.     build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
  91.     build: message "^pwbrmake: [^U]+U[124]"
  92.     build: message "^BIND : [^U]+U[124]"
  93.